Collection ObjectDescription A Collection object acts like an array that provides access to its elements by index. Like an array, a collection associates a set of objects or values as a logical group and provides random access to them. However, most collection objects are read-only. You do not assign objects to them yourself--their contents update automatically as objects are created or deleted. The index numbering of a collection starts with 1, not 0. Objects
Attributes
Methods
|